|
| KER_BOOL | hal_init (KER_CTX_INIT_PARAM const KER_VOID *pConfigID, KER_INT16U usConfigIDLen, const KER_CHAR *pchKernelModuleList, KER_INT16U usKernelModuleListLen) |
| | Performs HAL initialization. More...
|
| |
| KER_BOOL | hal_deinit (KER_CTX_SINGLE_PARAM) |
| | Performs HAL de-initialization. More...
|
| |
| KER_BOOL | hal_start_tran (KER_CTX_SINGLE_PARAM) |
| | Informs HAL about transaction start (to open new log, create new STAN, etc...) More...
|
| |
| KER_BOOL | hal_end_tran (KER_CTX_SINGLE_PARAM) |
| | Informs HAL about transaction end (to close curr log, etc...) More...
|
| |
| KER_BOOL | hal_calc_checksum (KER_CTX_PARAM KER_BYTE btType, KER_BYTE *pbtCheckSum, KER_INT16U *pusCheckSumLen, KER_INT16U usMaxSize) |
| | Pass checksums to the kernel. More...
|
| |
| KER_BOOL | hal_calc_checksum_ex (KER_CTX_PARAM KER_BYTE btType, const KER_CHAR *pchKernelModuleList, KER_INT16U usKernelModuleListLen, KER_BYTE *pbtCheckSum, KER_INT16U *pusCheckSumLen, KER_INT16U usMaxSize) |
| | Pass checksums to the kernel. More...
|
| |
| KER_BOOL | hal_register_callback (KER_CTX_PARAM KER_INT16U usCallbackType, KER_VOID *pCallback) |
| | Register callback to be used by HAL. At the moment use it only for backward compatibility to provide L1 interface as callback. More...
|
| |
| KER_BOOL | hal_notify (KER_CTX_PARAM KER_INT16U usNotifyType, const KER_VOID *pNotifyData, KER_INT16U usNotifyDataLen) |
| | Notifies HAL about some specific event. More...
|
| |
| KER_BOOL | hal_online_check (KER_CTX_SINGLE_PARAM) |
| | Checks HAL for unable to go online condition (for AmEx C-4). More...
|
| |
HAL initialization interface definition